golang.org/x/tools/internal/gcimporter.iimporter.pkgCache (field)

4 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iimport.go#L168: 		pkgCache:    make(map[uint64]*types.Package),
		iimport.go#L209: 		p.pkgCache[pkgPathOff] = pkg
		iimport.go#L300: 	pkgCache    map[uint64]*types.Package
		iimport.go#L422: 	if pkg, ok := p.pkgCache[off]; ok {